home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / BONUS / FULL / wikiwriter / setup-ww2x.exe / {app} / htmltut / Add+Text.db < prev    next >
Text File  |  2002-07-01  |  497b  |  26 lines

  1. @@inc HTMLToc
  2. == Add Text
  3.  
  4. At the top of your page, you should now have
  5.  
  6. <pre>
  7.    <html>
  8.    <head>
  9.    <title>Home Page - My First Web</title>
  10.    </head>
  11.    <body>
  12.  
  13.    </body>
  14.    </html>
  15. </pre>
  16.  
  17. Text paragraphs go into "p" elements. On the blank line between the "body" start and end tags, write a "p" element and put the sentence
  18.  
  19. <pre>
  20.    This is one paragraph.
  21. </pre>
  22.  
  23. into the "p" element.
  24.  
  25. [[b Go to ((Save and View))]]
  26.